home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #2 / Monster Media No. 2 (Monster Media)(1994).ISO / bbs_game / cshark04.zip / RUNMULTI.BAT < prev    next >
DOS Batch File  |  1994-05-27  |  296b  |  23 lines

  1. if %1==1 goto LINE1
  2. if %1==2 goto LINE2
  3. if %1==3 goto LINE3
  4.  
  5. :LINE1
  6. cd\bbs\game
  7. csharks -D\bbs\line1
  8. cd\bbs\line1
  9. goto END
  10.  
  11. :LINE2
  12. cd\bbs\game
  13. csharks -D\bbs\line2 -Ccshark2.cfg
  14. cd\bbs\line2
  15. goto END
  16.  
  17. :LINE3
  18. cd\bbs\game
  19. dpoker -D\bbs\line3 -Ccshark3.cfg
  20. cd\bbs\line3
  21.  
  22. :END
  23.